home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / gnudiff / !Diff3 / Desc < prev    next >
Text File  |  1991-09-29  |  2KB  |  72 lines

  1. # This is a description of the wimp interface for Gnu diff3
  2.   
  3. tool_details_start
  4.    name          "Diff3";
  5.    command_is    "Diff3";
  6.    version       "1.15";
  7.    wimpslot       128k;
  8.    has_extended_cmdline;
  9. tool_details_end
  10.  
  11.  
  12. metaoptions_start
  13.    has_auto_save "Merged" from icn 3;
  14.    has_text_window;
  15.    has_summary_window;
  16. metaoptions_end
  17.  
  18.  
  19. fileoutput_start
  20.    output_option_is ">";
  21.    output_dft_string "Merged";
  22.    output_dft_is produces_no_output;
  23. fileoutput_end
  24.  
  25. dbox_start
  26.    icons_start
  27.       icn 3  maps_to string  not_saved;
  28.       icn 5  maps_to string  not_saved;
  29.       icn 7  maps_to string  not_saved;
  30.       icn 10 maps_to "-e";                      # ed script
  31.       icn 11 maps_to "-m" produces_output;      # merge
  32.       icn 12 maps_to "-3";                      # no overlaps
  33.       icn 13 maps_to "-x";                      # overlaps only
  34.    icons_end
  35.  
  36.    defaults
  37.    icn 3  "",
  38.    icn 5  "",
  39.    icn 7  "",
  40.    icn 10 off,
  41.    icn 11 on,
  42.    icn 12 off,
  43.    icn 13 off;
  44.  
  45.    imports_start
  46.       drag_to  icn 3   inserts icn 3;
  47.       drag_to  icn 5   inserts icn 5;
  48.       drag_to  icn 7   inserts icn 7;
  49.       drag_to  iconbar inserts icn 3;
  50.    imports_end
  51. dbox_end
  52.  
  53.  
  54. menu_start
  55.    "Force comparison"         maps_to "-a";
  56.    "File label"               maps_to "" sub_menu "     Label:     " 255 prefix_by "-L";
  57.    "Add write command"        maps_to "-i";
  58.    "Flag overlapping changes" maps_to "-f";
  59.  
  60.    defaults
  61.    menu  1  off,                        # Force comparison (-a)
  62.    menu  2  off sub_menu "",            # File label (-L)
  63.    menu  3  off,                        # Add write command (-i)
  64.    menu  4  on;                         # Flag overlapping changes (-f)
  65. menu_end
  66.  
  67.  
  68. deselections_start
  69.    icn  10  deselects icn 11;
  70.    icn  11  deselects icn 10;
  71. deselections_end
  72.